home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gas / gassrc04.zoo / version.c < prev    next >
C/C++ Source or Header  |  1993-03-02  |  666b  |  28 lines

  1. #if defined(__STDC__) || defined(const)
  2. const
  3. #endif
  4. #if defined(CROSSATARI) || defined(atarist) || defined(atariminix)
  5. char version_string[] = "GNU assembler version 1.38";
  6. #else
  7. char version_string[] = "GNU assembler version 1.38\n";
  8. #endif /* atari */
  9.  
  10. /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
  11.  
  12.    This file exists only to define `version_string'.
  13.  
  14.    Log changes in ChangeLog.  The easiest way to do this is with
  15.    the Emacs command `add-change-log-entry'.  If you don't use Emacs,
  16.    add entries of the form:
  17.  
  18. Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
  19.  
  20.     * universe.c (temporal_reality): Began Time.
  21. */
  22.  
  23. #ifdef VMS
  24. dummy3()
  25. {
  26. }
  27. #endif
  28.